//==============================================================================
// tartarian gate gaia_anim.txt
//==============================================================================
//==============================================================================
define Cloud1
{
   set hotspot
   {
      version
      {
         Visualparticle SFX G UnderWorld Passage
      }
   }  
}

//==============================================================================
define Cloud2
{
   set hotspot
   {
      version
      {
         Visualparticle SFX G UnderWorld PassageA
      }
   }  
}

//==============================================================================
anim Idle
{
	SetSelector none 
	{
		VariationLogic
		set hotspot
		{
			version
			{
                  Visual World A Zues UWPassage Exit
						connect righthand cloud1 hotspot
						connect rightear cloud2 hotspot
			}
		}
	}	
}